projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1e23b
)
(mail-bury): Test that rmail-summary-buffer is boundp.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Jun 1994 21:12:42 +0000
(21:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Jun 1994 21:12:42 +0000
(21:12 +0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 5c192cb76a4f27a95a4aa0de50095209cfb77823..653c630ed7e4a75efbd667afb0db366e814dbda9 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-334,7
+334,8
@@
Prefix arg means don't delete this window."
(set-buffer (window-buffer (next-window (selected-window) 'not)))
(setq rmail-flag (eq major-mode 'rmail-mode))
(setq summary-buffer
- (and rmail-summary-buffer
+ (and (boundp 'rmail-summary-buffer)
+ rmail-summary-buffer
(buffer-name rmail-summary-buffer)
(not (get-buffer-window rmail-summary-buffer))
rmail-summary-buffer))))